-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrange and add missing keys for cy locales #1119
Arrange and add missing keys for cy locales #1119
Conversation
rails/locale/cy.yml
Outdated
one: Atalwyd y %{model} hwn rhag ei gadw gan 1 nam | ||
two: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam | ||
few: Atalwyd y %{model} hwn rhag ei gadw gan ychydig nam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn’t this still have the count
variable?
few: Atalwyd y %{model} hwn rhag ei gadw gan ychydig nam | |
few: Atalwyd y %{model} hwn rhag ei gadw gan %{count} nam |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you add an entry to the CHANGELOG as well?
You are welcome, I have added it. |
CHANGELOG.md
Outdated
@@ -17,6 +17,7 @@ | |||
- Portuguese (pt-BR): am/pm | |||
- Romanian (ro): am/pm | |||
- Swedish (sv sv-FI sv-SE): am/pm | |||
- Welsh (cy): Move the keys to rught place and add missing keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is small typo here "rught" should "right"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for it; it's already been fixed.
This PR fixes the error messages by moving them under the
errors:
section to fix the test cases. It also adds missing keys.